home *** CD-ROM | disk | FTP | other *** search
/ 221.214.14.186 / 221.214.14.186.tar / 221.214.14.186 / lc / ¸´¼þ web.asp next >
Text File  |  2010-01-26  |  57KB  |  1,049 lines

  1. <html>
  2. <head>
  3. <title>┴─│╟╨╦┼⌐═°</title>
  4. <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
  5. <!-- #include virtual="inc/xnw_style2.inc.asp"-->
  6. <!-- #include virtual="inc/function.inc.asp"-->
  7. <LINK href="shiweb.files/sy(1).css" type=text/css rel=stylesheet>
  8. <script language="JavaScript" type="text/JavaScript">
  9. <!--
  10. function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  11.   if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
  12.     document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  13.   else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
  14. }
  15. MM_reloadPage(true);
  16.  
  17. function MM_timelineGoto(tmLnName, fNew, numGotos) { //v2.0
  18.   //
  19.   var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,lastKeyFr,propNum,theObj;
  20.   if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time
  21.   tmLn = document.MM_Time[tmLnName];
  22.   if (numGotos != null)
  23.     if (tmLn.gotoCount == null) tmLn.gotoCount = 1;
  24.     else if (tmLn.gotoCount++ >= numGotos) {tmLn.gotoCount=0; return}
  25.   jmpFwd = (fNew > tmLn.curFrame);
  26.   for (i = 0; i < tmLn.length; i++) {
  27.     sprite = (jmpFwd)? tmLn[i] : tmLn[(tmLn.length-1)-i]; //count bkwds if jumping back
  28.     if (sprite.charAt(0) == "s") {
  29.       numKeyFr = sprite.keyFrames.length;
  30.       firstKeyFr = sprite.keyFrames[0];
  31.       lastKeyFr = sprite.keyFrames[numKeyFr - 1];
  32.       if ((jmpFwd && fNew<firstKeyFr) || (!jmpFwd && lastKeyFr<fNew)) continue; //skip if untouchd
  33.       for (keyFrm=1; keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm]; keyFrm++);
  34.       for (j=0; j<sprite.values.length; j++) {
  35.         props = sprite.values[j];
  36.         if (numKeyFr == props.length) propNum = keyFrm-1 //keyframes only
  37.         else propNum = Math.min(Math.max(0,fNew-firstKeyFr),props.length-1); //or keep in legal range
  38.         if (sprite.obj != null) {
  39.           if (props.prop2 == null) sprite.obj[props.prop] = props[propNum];
  40.           else        sprite.obj[props.prop2][props.prop] = props[propNum];
  41.       } }
  42.     } else if (sprite.charAt(0)=='b' && fNew == sprite.frame) eval(sprite.value);
  43.   }
  44.   tmLn.curFrame = fNew;
  45.   if (tmLn.ID == 0) eval('MM_timelinePlay(tmLnName)');
  46. }
  47.  
  48. function MM_timelinePlay(tmLnName, myID) { //v1.2
  49.   //
  50.   var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,propNum,theObj,firstTime=false;
  51.   if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time
  52.   tmLn = document.MM_Time[tmLnName];
  53.   if (myID == null) { myID = ++tmLn.ID; firstTime=true;}//if new call, incr ID
  54.   if (myID == tmLn.ID) { //if Im newest
  55.     setTimeout('MM_timelinePlay("'+tmLnName+'",'+myID+')',tmLn.delay);
  56.     fNew = ++tmLn.curFrame;
  57.     for (i=0; i<tmLn.length; i++) {
  58.       sprite = tmLn[i];
  59.       if (sprite.charAt(0) == 's') {
  60.         if (sprite.obj) {
  61.           numKeyFr = sprite.keyFrames.length; firstKeyFr = sprite.keyFrames[0];
  62.           if (fNew >= firstKeyFr && fNew <= sprite.keyFrames[numKeyFr-1]) {//in range
  63.             keyFrm=1;
  64.             for (j=0; j<sprite.values.length; j++) {
  65.               props = sprite.values[j]; 
  66.               if (numKeyFr != props.length) {
  67.                 if (props.prop2 == null) sprite.obj[props.prop] = props[fNew-firstKeyFr];
  68.                 else        sprite.obj[props.prop2][props.prop] = props[fNew-firstKeyFr];
  69.               } else {
  70.                 while (keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm]) keyFrm++;
  71.                 if (firstTime || fNew==sprite.keyFrames[keyFrm-1]) {
  72.                   if (props.prop2 == null) sprite.obj[props.prop] = props[keyFrm-1];
  73.                   else        sprite.obj[props.prop2][props.prop] = props[keyFrm-1];
  74.         } } } } }
  75.       } else if (sprite.charAt(0)=='b' && fNew == sprite.frame) eval(sprite.value);
  76.       if (fNew > tmLn.lastFrame) tmLn.ID = 0;
  77.   } }
  78. }
  79.  
  80. function MM_initTimelines() { //v4.0
  81.     //MM_initTimelines() Copyright 1997 Macromedia, Inc. All rights reserved.
  82.     var ns = navigator.appName == "Netscape";
  83.     var ns4 = (ns && parseInt(navigator.appVersion) == 4);
  84.     var ns5 = (ns && parseInt(navigator.appVersion) > 4);
  85.     document.MM_Time = new Array(2);
  86.     document.MM_Time[0] = new Array(2);
  87.     document.MM_Time["Timeline1"] = document.MM_Time[0];
  88.     document.MM_Time[0].MM_Name = "Timeline1";
  89.     document.MM_Time[0].fps = 8;
  90.     document.MM_Time[0][0] = new String("sprite");
  91.     document.MM_Time[0][0].slot = 1;
  92.     if (ns4)
  93.         document.MM_Time[0][0].obj = document["Layer2"];
  94.     else if (ns5)
  95.         document.MM_Time[0][0].obj = document.getElementById("Layer2");
  96.     else
  97.         document.MM_Time[0][0].obj = document.all ? document.all["Layer2"] : null;
  98.     document.MM_Time[0][0].keyFrames = new Array(1, 8, 20, 35);
  99.     document.MM_Time[0][0].values = new Array(3);
  100.     if (ns5)
  101.         document.MM_Time[0][0].values[0] = new Array("200px", "194px", "189px", "183px", "177px", "170px", "162px", "152px", "144px", "135px", "125px", "116px", "106px", "96px", "87px", "79px", "72px", "65px", "59px", "54px", "54px", "54px", "54px", "54px", "54px", "54px", "54px", "54px", "54px", "54px", "54px", "54px", "54px", "54px", "54px");
  102.     else
  103.         document.MM_Time[0][0].values[0] = new Array(200,194,189,183,177,170,162,152,144,135,125,116,106,96,87,79,72,65,59,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54);
  104.     document.MM_Time[0][0].values[0].prop = "left";
  105.     if (ns5)
  106.         document.MM_Time[0][0].values[1] = new Array("453px", "443px", "433px", "423px", "413px", "403px", "394px", "386px", "382px", "379px", "376px", "374px", "372px", "371px", "369px", "368px", "368px", "367px", "366px", "365px", "365px", "365px", "365px", "365px", "365px", "365px", "365px", "365px", "365px", "365px", "365px", "365px", "365px", "365px", "365px");
  107.     else
  108.         document.MM_Time[0][0].values[1] = new Array(453,443,433,423,413,403,394,386,382,379,376,374,372,371,369,368,368,367,366,365,365,365,365,365,365,365,365,365,365,365,365,365,365,365,365);
  109.     document.MM_Time[0][0].values[1].prop = "top";
  110.     if (!ns4) {
  111.         document.MM_Time[0][0].values[0].prop2 = "style";
  112.         document.MM_Time[0][0].values[1].prop2 = "style";
  113.     }
  114.     if (ns5)
  115.         document.MM_Time[0][0].values[2] = new Array("77px", "75px", "73px", "71px", "69px", "67px", "65px", "64px", "63px", "63px", "62px", "62px", "61px", "61px", "60px", "60px", "59px", "59px", "58px", "58px", "58px", "58px", "58px", "58px", "58px", "58px", "58px", "58px", "58px", "58px", "58px", "58px", "58px", "58px", "58px");
  116.     else
  117.         document.MM_Time[0][0].values[2] = new Array(77,75,73,71,69,67,65,64,63,63,62,62,61,61,60,60,59,59,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58);
  118.     document.MM_Time[0][0].values[2].prop = "height";
  119.     if (!ns4)
  120.         document.MM_Time[0][0].values[2].prop2 = "style";
  121.     document.MM_Time[0][1] = new String("behavior");
  122.     document.MM_Time[0][1].frame = 53;
  123.     document.MM_Time[0][1].value = "MM_timelineGoto('Timeline1','1')";
  124.     document.MM_Time[0].lastFrame = 53;
  125.     document.MM_Time[1] = new Array(0);
  126.     document.MM_Time["Timeline2"] = document.MM_Time[1];
  127.     document.MM_Time[1].MM_Name = "Timeline2";
  128.     document.MM_Time[1].fps = 15;
  129.     document.MM_Time[1].lastFrame = 0;
  130.     for (i=0; i<document.MM_Time.length; i++) {
  131.         document.MM_Time[i].ID = null;
  132.         document.MM_Time[i].curFrame = 0;
  133.         document.MM_Time[i].delay = 1000/document.MM_Time[i].fps;
  134.     }
  135. }
  136. //-->
  137. </script>
  138. </head>
  139.  
  140. <BODY bgColor=#ffffff text=#0099FF leftMargin=4 topMargin=4 
  141. marginwidth="4" marginheight="4" onLoad="MM_timelinePlay('Timeline1')">
  142. <!--#include virtual="city/lc/webhead.inc.asp"-->
  143. <table width="800" border="0" align="center" cellpadding="0" cellspacing="0">
  144.   <tr> 
  145.     <td width="74" rowspan="2" bgcolor="#009900"><img src="sdxnw_bs75_75.jpg" width="74" height="75" border="0"></td>
  146.     <td width="102" height="29" bgcolor="#009900"><a href="/" target="_blank"><img src="xnw_word.jpg" width="100" height="31" border="0"></a></td>
  147.     <td width="437" rowspan="2" bgcolor="#009900"><img border="0" src="img/Ap18154a.jpg" width="464" height="75"></td>
  148.     <td width="175" rowspan="2" bgcolor="#336633"> 
  149.       <div align="center"> <font color="#000080"> <img border="0" src="img/121.gif" width="112" height="76"> 
  150.         </font> </div></td>
  151.   </tr>
  152.   <tr> 
  153.     <td bgcolor="#008000" width="102"><img border="0" src="img/name_word.jpg" width="100" height="43"></td>
  154.   </tr>
  155. </table>
  156. <TABLE cellSpacing=0 cellPadding=0 width=800 align=center border=0 height="369">
  157.   <TBODY>
  158.     <TR> 
  159.       <TD align=middle width=604 bgColor=#CCFFCC height="24"> <TABLE height=20 cellSpacing=0 cellPadding=0 width=616 border=0>
  160.           <TBODY>
  161.             <TR> 
  162.               <TD width=25 height=20 bgcolor="#CCFFCC"><IMG height=20 src="shiweb.files/syt30.gif" 
  163.             width=12></TD>
  164.               <TD class=a5 vAlign=bottom width=210 height=20 bgcolor="#CCFFCC"><font color="#0000FF">╫█║╧┐∞╤╢</font></TD>
  165.               <TD class=a5 vAlign=bottom width=66 bgcolor="#CCFFCC"><a onClick="window.open(this.href,'','top=0,width=800,height=650,scrollbars=no ');return false;"href="/zhkx_list.asp?scxx=15" target="_blank">...╕ⁿ╢α</a></TD>
  166.               <TD width=25 height=20 bgcolor="#CCFFCC"><IMG height=20 src="shiweb.files/syt30.gif" 
  167.             width=12></TD>
  168.               <TD class=a5 vAlign=bottom width=290 
  169.       height=20 bgcolor="#CCFFCC"><font color="#0000FF">╝█╕±╨╨╟Θ</font></TD>
  170.             </TR>
  171.           </TBODY>
  172.         </TABLE></TD>
  173.       <TD width=4 bgColor=#CCFFCC height="24"></TD>
  174.       <TD align=middle width=217 bgColor=#CCFFCC height="24"> <TABLE height=20 cellSpacing=0 cellPadding=0 width=161 border=0>
  175.           <TBODY>
  176.             <TR> 
  177.               <TD width=25 bgcolor="#CCFFCC"><IMG height=20 src="shiweb.files/syt30.gif" width=12></TD>
  178.               <TD class=a5 vAlign=bottom width=136 bgcolor="#CCFFCC"><FONT class=a2 color="#0000FF"><strong>╠∞╞°╘ñ▒¿</strong></FONT></TD>
  179.             </TR>
  180.           </TBODY>
  181.         </TABLE></TD>
  182.     </TR>
  183.     <TR> 
  184.       <TD width=604 height="345"> <TABLE cellSpacing=0 cellPadding=0 width=632 border=0>
  185.           <TBODY>
  186.             <TR> 
  187.               <TD align=middle width=353 bgColor=#EFEFEF> <TABLE width=300 border=0 cellpadding="0" cellspacing="0" bgcolor="#DBF2F1">
  188.                   <TBODY>
  189.                     <TR align=middle> 
  190.                       <TD bgcolor="#CCFFCC" width="353"><div align="center"> 
  191.                           <table width="266" height="219" border="0">
  192.                             <tr> 
  193.                               <td width="122" height="215"><div align="center"> 
  194.                                   <img border="0" src="img/2010-01-20-09-45-12.jpg" width="412" height="279"></div></td>
  195.                             </tr>
  196.                           </table>
  197.                         </div></TD>
  198.                     </TR>
  199.                     <TR align=middle> 
  200.                       <TD valign="top" bgcolor="#DBF2F1" width="353"><TABLE width=315 border=0 align="right" cellpadding="0" cellspacing="0" class=button>
  201.                           <TBODY>
  202.                             <TR> 
  203.                               <TD height=17 width="386"> 
  204.                                 <table width="353" border="0" cellpadding="0" cellspacing="0">
  205.                                   <tr> 
  206.                                     <td width="108" valign="bottom"><div align="right"><a href="/tpkx_list.asp?scxx=15" target="_blank"><font color="#0000FF">í╛═╝╞¼┐∞╤╢í┐</font></a> 
  207.                                       </div></td>
  208.                                     <td width="246"><table width="225" border="0" cellpadding="0" cellspacing="0">
  209.                                         <tr> 
  210.                                           <td width="225" valign="top">
  211.                                           <b>
  212.                                           <font face="╗¬╬─╓╨╦╬">  </font>
  213.                                             </b><span class="imageText">
  214.                                           <font color="#FF0000">╧▓ ╙¡ ╨┬ ┤║</font></span></td>  
  215.                                         </tr>  
  216.                                       </table></td>  
  217.                                   </tr>  
  218.                                 </table></TD>  
  219.                             </TR>  
  220.                           </TBODY>  
  221.                         </TABLE></TD>  
  222.                     </TR>  
  223.                   </TBODY>  
  224.                 </TABLE></TD>  
  225.               <TD vAlign=bottom align=middle width=279 bgColor=#ffffff> <table width=263 height=1   
  226.             border=0 align="left" cellpadding=0 cellspacing=0 class=a6>  
  227.                   <tbody>  
  228.                     <tr>   
  229.                       <td align=right height="1" width="261"><iframe marginwidth=0 marginheight=0   
  230.                   src="/jghq_lists1.asp?scxx=15" frameborder=0 width=280 scrolling=no   
  231.                   height=<%=196 %>><a href="http://<%=getsms%>/sms/" target="_blank"> 
  232.                         </iframe></td>     
  233.                     </tr>  
  234.                     <tr>   
  235.                       <td height="21" align=right width="261"> <a   
  236.                   class=a6   
  237.                   href="jghq.asp"   
  238.                   target=_blank><font color="#0000FF">╕ⁿ╢α..>></font></a> </td>  
  239.                     </tr>  
  240.                   </tbody>  
  241.                 </table></TD>  
  242.             </TR>  
  243.             <TR align=middle bgcolor="#8fd3d2">   
  244.               <TD colSpan=2 bgcolor="#CCFFCC"><TABLE height=20 cellSpacing=0 cellPadding=0 width=579 border=0>  
  245.                   <TBODY>  
  246.                     <TR>   
  247.                       <TD width=24 height=20><IMG height=20   
  248.                   src="shiweb.files/syt31.gif" width=12></TD>  
  249.                       <TD width=68 height=20 class=a5><FONT class=a2 color=#FF6600><b>╜±╚╒═╖╠⌡ú║</b></FONT></TD>  
  250.                       <TD class=a6 width=487 height=20> <b><font color="red">
  251.                         <marquee>▓╔╚í╡├┴ª┤δ╩⌐ú¼╖└╓╣╟▌┴≈╕╨╧≥╚╦╡─└⌐╔ó</marquee>                                       
  252.                         </font></b></TD> 
  253.                     </TR> 
  254.                   </TBODY> 
  255.                 </TABLE> </TD> 
  256.             </TR> 
  257.           </TBODY> 
  258.         </TABLE> 
  259.         <table width="632" border="0" cellpadding="0" cellspacing="0" height="85"> 
  260.           <tr> 
  261.             <td width="632" height="85"><img border="0" src="fg.gif" width="631" height="95"></td> 
  262.           </tr> 
  263.         </table></TD> 
  264.       <TD width=4 bgColor=#000000 height="345"></TD> 
  265.       <TD vAlign=top align=middle width=217 bgColor=#CCFFCC height="345"> <TABLE width=140 border=0 align="center" cellpadding="0" cellspacing="0" class=button> 
  266.           <TBODY> 
  267.             <TR>  
  268.               <TD height=8 width="138" bgcolor="#CCFFCC"></TD> 
  269.             </TR> 
  270.             <TR>  
  271.               <TD height=19 width="138" bgcolor="#CCFFCC"> <MARQUEE style="FONT-SIZE: 9pt; HEIGHT: 100px" scrollAmount=1 
  272. direction=up width="139" height="12"><IFRAME marginWidth=0  marginHeight=0  
  273.             cellspacing="0" cellpadding="0" 
  274.                 src="/city/lc/xw/dqyb.asp" frameBorder=0 width=148 
  275.             scrolling=no height=300  ></IFRAME></MARQUEE ></TD> 
  276.             </TR> 
  277.             <TR> 
  278.               <TD height=19 width="138" bgcolor="#CCFFCC"><div align="right"><a 
  279.                   href="/city/lc/xw/dqyb.asp"  
  280.                   target=_blank class="a6" onClick="window.open(this.href,'','top=0,width=300,height=500,scrollbars=no ');return false;">╕ⁿ╢α<font color="#0000FF">..</font>>></a></div></TD> 
  281.             </TR> 
  282.           </TBODY> 
  283.         </TABLE> 
  284.         <TABLE height=22 cellSpacing=0 cellPadding=0 width=133 border=0> 
  285.           <TBODY> 
  286.             <TR>  
  287.               <TD align=middle bgColor=#CCFFCC width="131"> <TABLE height=20 cellSpacing=0 cellPadding=0 width=145 border=0> 
  288.                   <TBODY> 
  289.                     <TR>  
  290.                       <TD width=25><IMG height=20 src="shiweb.files/syt30.gif"  
  291.                   width=12></TD> 
  292.                       <TD class=a5 vAlign=bottom width=120><strong>╣⌐╟≤╚╚╧▀</strong></TD> 
  293.                     </TR> 
  294.                   </TBODY> 
  295.                 </TABLE></TD> 
  296.             </TR> 
  297.           </TBODY> 
  298.         </TABLE> 
  299.         <TABLE width=123 height="41" border=0 align="center" class=a7> 
  300.           <TBODY> 
  301.             <TR>  
  302.               <TD width="115" height=1 bgcolor="#CCFFCC"></TD> 
  303.             </TR> 
  304.             <TR>  
  305.               <TD height=9 width="115" bgcolor="#CCFFCC"><IFRAME marginWidth=0  marginHeight=0  
  306.             cellspacing="0" cellpadding="0" 
  307.                 src="/gqxx_list_lc.asp?scxx=15" frameBorder=0 width=159 
  308.             scrolling=no height=160  ></IFRAME></TD> 
  309.             </TR> 
  310.             <TR> 
  311.               <TD height=7 width="115" bgcolor="#CCFFCC"><div align="right"><a onClick="window.open(this.href,'','top=0,width=550,height=400,scrollbars=no ');return false;" target="_blank" href="/gqxx_list.asp?scxx=15">╕ⁿ╢α..</a><font color="#0000CC">>></font></div></TD> 
  312.             </TR> 
  313.           </TBODY> 
  314.         </TABLE> 
  315.       </TD> 
  316.     </TR> 
  317.     <TR>  
  318.       <TD width=182 bgColor=#CCFFCC height="1"></TD> 
  319.       <TD width=4 bgColor=#CCFFCC height="1"></TD> 
  320.       <TD width=217 bgColor=#CCFFCC height="1"></TD> 
  321.     </TR> 
  322.   </TBODY> 
  323. </TABLE> 
  324. <TABLE cellSpacing=0 cellPadding=0 width=800 align=center border=0>
  325.   <TBODY> 
  326.     <TR>  
  327.       <TD width=581 bgColor=#CCFFCC> <TABLE height=22 cellSpacing=0 cellPadding=0 width=597 border=0> 
  328.           <TBODY> 
  329.             <TR>  
  330.               <TD width=184 align=middle  
  331.           bgColor=#CCFFCC>íí</TD> 
  332.               <TD width=233 align=middle  
  333.           bgColor=#CCFFCC> 
  334. <div id="Layer2" style="position:absolute; width:49px; height:77px; z-index:2; left: 200px; top: 453px;">íí<img src="img/dx1.gif" width="60" height="70" border="0"></div></TD> 
  335.               <TD width=79  
  336.           bgColor=#CCFFCC><div id="Layer1" style="position:absolute; width:45px; height:33px; z-index:1; left: 474px; top: 414px;"><a onClick="window.open(this.href,'','top=0,width=790,height=550,scrollbars=auto ');return false;" href="http://<%=getemail%>" target="_blank"><img src="img/mail.gif" width="50" height="40" border="0"></a></div></TD> 
  337.               <TD vAlign=center align=middle width=101 bgColor="#CCFFCC"><div align="center"><a onClick="window.open(this.href,'','top=0,width=790,height=600,scrollbars=yes ');return false;" href="/fbxx/fbxx.asp" target="_blank"><strong><font color="#0000FF">╨┼╧ó╖ó▓╝</font></strong></a></div></TD> 
  338.             </TR> 
  339.           </TBODY> 
  340.         </TABLE></TD> 
  341.       <TD width=28 bgColor=#CCFFCC></TD> 
  342.       <TD width=259 align=middle valign="bottom" bgColor="#CCFFCC" ><div align="center"><font color="#0000FF"><strong>╨┼╧ó╘▒╚δ┐┌</strong> </font></div></TD> 
  343.     </TR> 
  344.     <TR>  
  345.       <TD width=581> <TABLE height=110 cellSpacing=0 cellPadding=0 width=618 border=0> 
  346.           <TBODY> 
  347.             <TR>  
  348.               <TD width=1 bgColor=#99CCFF height=20></TD> 
  349.               <TD align=middle background=shiweb.files/syt24.gif bgColor=#99CCFF  
  350.           colSpan=2 height=20 width="66"> <TABLE height=20 cellSpacing=0 cellPadding=0 width=66 border=0> 
  351.                   <TBODY> 
  352.                     <TR>  
  353.                       <TD class=a9 align=middle bgcolor="#CCFFCC" width="64"><font color="#0000FF">▒╛╡╪╠╪▓·</font></TD> 
  354.                     </TR> 
  355.                   </TBODY> 
  356.                 </TABLE></TD> 
  357.               <TD align=right width=277 bgColor=#CCFFCC height=20><SPAN  
  358.             class=a9>...</SPAN><a onClick="window.open(this.href,'','top=0,width=550,height=600,scrollbars=no ');return false;" target="_blank" href="/dftc_list.asp?scxx=15"><font color="#0000FF">╕ⁿ╢α</font></a>    </TD> 
  359.               <TD width=18 bgColor=#99CCFF height=20></TD> 
  360.               <TD align=middle background=shiweb.files/syt24.gif bgColor=#99CCFF  
  361.           colSpan=2 height=20 width="111"> <TABLE height=20 cellSpacing=0 cellPadding=0 width=76 border=0> 
  362.                   <TBODY> 
  363.                     <TR>  
  364.                       <TD class=a9 align=middle bgcolor="#CCFFCC" width="74"><font color="#0000FF">╓¬├√╞≤╥╡</font></TD> 
  365.                     </TR> 
  366.                   </TBODY> 
  367.                 </TABLE></TD> 
  368.               <TD align=right width=398 bgColor=#CCFFCC height=20><SPAN  
  369.             class=a9>...</SPAN><a onClick="window.open(this.href,'','top=0,width=550,height=600,scrollbars=no ');return false;" target="_blank" href="/zmqy_list.asp?scxx=15"><font color="#0000FF">╕ⁿ╢α</font></a><font color="#0000FF">  </font>  </TD> 
  370.             </TR> 
  371.             <TR>  
  372.               <TD width=1 bgColor=#CCFFCC></TD> 
  373.               <TD align=middle bgColor=#CCFFCC colSpan=2 height=78 width="66"><img border="0" src="img/Ap17138.JPG" width="66" height="87"></TD> 
  374.               <TD vAlign=top align=middle bgColor=#CCFFCC height=90 rowSpan=2 width="277">  
  375.                 <TABLE class=a10 height=85 cellSpacing=0 cellPadding=0 width=202  
  376.             border=0> 
  377.                   <TBODY> 
  378.                     <TR>  
  379.                       <TD height="85" width="200"><IFRAME marginWidth=0  marginHeight=0  
  380.             cellspacing="0" cellpadding="0" 
  381.                 src="/dftc_list.asp?scxx=15" frameBorder=0 width=210 
  382.             scrolling=no height=80 ></IFRAME></TD> 
  383.                     </TR> 
  384.                   <TBODY> 
  385.                   <TBODY> 
  386.                   <TBODY> 
  387.                   <TBODY> 
  388.                   </TBODY> 
  389.                 </TABLE></TD> 
  390.               <TD bgColor=#CCFFCC width="18"></TD> 
  391.               <TD align=middle bgColor=#CCFFCC colSpan=2 height=78 width="111"><IMG height=87 src="shiweb.files/zmqy.jpg" width=73  
  392.             border=0></TD> 
  393.               <TD vAlign=top align=middle bgColor=#CCFFCC height=90 rowSpan=2 width="398">  
  394.                 <TABLE class=a10 height=85 cellSpacing=0 cellPadding=0 width=241  
  395.             border=0> 
  396.                   <TBODY> 
  397.                     <TR>  
  398.                       <TD width="239"><IFRAME marginWidth=0  marginHeight=0  
  399.             cellspacing="0" cellpadding="0" 
  400.                 src="/zmqy_list.asp?scxx=15" frameBorder=0 width=210 
  401.             scrolling=no height=80 ></IFRAME></TD> 
  402.                     </TR> 
  403.                   <TBODY> 
  404.                   <TBODY> 
  405.                   <TBODY> 
  406.                   <TBODY> 
  407.                   </TBODY> 
  408.                 </TABLE></TD> 
  409.             </TR> 
  410.             <TR>  
  411.               <TD width=1 bgColor=#CCFFCC height=12></TD> 
  412.               <TD width=35 bgColor=#CCFFCC height=12></TD> 
  413.               <TD width=29 bgColor=#CCFFCC height=12></TD> 
  414.               <TD bgColor=#CCFFCC height=12 width="18"></TD> 
  415.               <TD width=83 bgColor=#CCFFCC height=12></TD> 
  416.               <TD width=26 bgColor=#CCFFCC height=12></TD> 
  417.             </TR> 
  418.           </TBODY> 
  419.         </TABLE> 
  420.         <TABLE cellSpacing=0 cellPadding=0 width=619 border=0> 
  421.           <TBODY> 
  422.             <TR>  
  423.               <TD background=shiweb.files/syt25.gif bgColor=#CCFFCC  
  424.         height=1 width="617"></TD> 
  425.             </TR> 
  426.           </TBODY> 
  427.         </TABLE> 
  428.         <TABLE height=110 cellSpacing=0 cellPadding=0 width=618 border=0> 
  429.           <TBODY> 
  430.             <TR>  
  431.               <TD width=3 bgColor=#CCFFCC height=20></TD> 
  432.               <TD align=middle background=shiweb.files/syt24.gif bgColor=#CCFFCC  
  433.           colSpan=2 height=20 width="63"> <TABLE height=20 cellSpacing=0 cellPadding=0 width=64 border=0> 
  434.                   <TBODY> 
  435.                     <TR>  
  436.                       <TD class=a9 align=middle width="62" bgcolor="#CCFFCC"><font color="#0000FF">╖└▓í│µ║ª</font></TD> 
  437.                     </TR> 
  438.                   </TBODY> 
  439.                 </TABLE></TD> 
  440.               <TD align=right width=226 bgColor=#CCFFCC height=20><A  
  441.             href="http://www.jschina.com.cn/gb/jschina/node1759/node2857/node2860/index.html"></A><SPAN  
  442.             class=a9>...</SPAN><a onClick="window.open(this.href,'','top=0,width=550,height=600,scrollbars=no ');return false;" target="_blank" href="/fbch_list.asp?fbch=26">╕ⁿ╢α</a>    </TD> 
  443.               <TD width=12 bgColor=#CCFFCC height=20></TD> 
  444.               <TD align=middle background=shiweb.files/syt24.gif bgColor=#CCFFCC  
  445.           colSpan=2 height=20 width="80"> <TABLE height=20 cellSpacing=0 cellPadding=0 width=73 border=0> 
  446.                   <TBODY> 
  447.                     <TR>  
  448.                       <TD class=a9 align=middle bgcolor="#CCFFCC" width="71"><font color="#0000FF">├≈╨╟╧τ╒≥</font></TD> 
  449.                     </TR> 
  450.                   </TBODY> 
  451.                 </TABLE></TD> 
  452.               <TD align=right width=297 bgColor=#CCFFCC height=20><SPAN  
  453.             class=a9>...</SPAN><a onClick="window.open(this.href,'','top=0,width=550,height=600,scrollbars=no ');return false;" target="_blank" href="/mxxz_list.asp? scxx=15">╕ⁿ╢α</a>    </TD> 
  454.             </TR> 
  455.             <TR>  
  456.               <TD width=3 bgColor=#CCFFCC></TD> 
  457.               <TD align=middle bgColor=#CCFFCC colSpan=2 height=78 width="63"><IMG height=78 src="shiweb.files/fbch.jpg" width=64  
  458.             border=0></TD> 
  459.               <TD vAlign=top align=middle bgColor=#CCFFCC height=90 rowSpan=2 width="226">  
  460.                 <TABLE class=a10 height=85 cellSpacing=0 cellPadding=0 width=206  
  461.             border=0> 
  462.                   <TBODY> 
  463.                     <TR>  
  464.                       <TD width="204"><IFRAME marginWidth=0  marginHeight=0  
  465.             cellspacing="0" cellpadding="0" 
  466.                 src="/fbch_list.asp" frameBorder=0 width=210 
  467.             scrolling=no height=80 ></IFRAME></TD> 
  468.                     </TR> 
  469.                   <TBODY> 
  470.                   <TBODY> 
  471.                   <TBODY> 
  472.                   <TBODY> 
  473.                   </TBODY> 
  474.                 </TABLE></TD> 
  475.               <TD bgColor=#CCFFCC width="12"></TD> 
  476.               <TD align=middle bgColor=#CCFFCC colSpan=2 height=78 width="80"><img height=78 src="shiweb.files/mxxz.jpg" width=69  
  477.             border=0></TD> 
  478.               <TD vAlign=top align=middle bgColor=#CCFFCC height=90 rowSpan=2 width="297">  
  479.                 <TABLE class=a10 height=85 cellSpacing=0 cellPadding=0 width=233  
  480.             border=0> 
  481.                   <TBODY> 
  482.                     <TR>  
  483.                       <TD width="231"><IFRAME marginWidth=0  marginHeight=0  
  484.             cellspacing="0" cellpadding="0" 
  485.                 src="/mxxz_list.asp?scxx=15" frameBorder=0 width=210 
  486.             scrolling=no height=80 ></IFRAME></TD> 
  487.                     </TR> 
  488.                   <TBODY> 
  489.                   <TBODY> 
  490.                   <TBODY> 
  491.                   <TBODY> 
  492.                   </TBODY> 
  493.                 </TABLE></TD> 
  494.             </TR> 
  495.             <TR>  
  496.               <TD width=3 bgColor=#CCFFCC height=12></TD> 
  497.               <TD width=32 bgColor=#CCFFCC height=12></TD> 
  498.               <TD width=29 bgColor=#CCFFCC height=12></TD> 
  499.               <TD bgColor=#CCFFCC height=12 width="12"></TD> 
  500.               <TD width=40 bgColor=#CCFFCC height=12></TD> 
  501.               <TD width=38 bgColor=#CCFFCC height=12></TD> 
  502.             </TR> 
  503.           </TBODY> 
  504.         </TABLE> 
  505.         <TABLE cellSpacing=0 cellPadding=0 width=617 border=0> 
  506.           <TBODY> 
  507.             <TR>  
  508.               <TD background=shiweb.files/syt25.gif bgColor=#CCFFCC  
  509.         height=1 width="615"></TD> 
  510.             </TR> 
  511.           </TBODY> 
  512.         </TABLE> 
  513.         <TABLE height=110 cellSpacing=0 cellPadding=0 width=619 border=0> 
  514.           <TBODY> 
  515.             <TR>  
  516.               <TD width=4 bgColor=#CCFFCC height=20></TD> 
  517.               <TD align=middle background=shiweb.files/syt24.gif bgColor=#CCFFCC  
  518.           colSpan=2 height=20 width="56"> <TABLE height=20 cellSpacing=0 cellPadding=0 width=66 border=0> 
  519.                   <TBODY> 
  520.                     <TR>  
  521.                       <TD class=a9 align=middle bgcolor="#CCFFCC" width="64"><font color="#0000FF">╠╪╔½┼⌐╥╡</font></TD> 
  522.                     </TR> 
  523.                   </TBODY> 
  524.                 </TABLE></TD> 
  525.               <TD align=right width=221 bgColor=#CCFFCC height=20><SPAN  
  526.             class=a9>...</SPAN><a onClick="window.open(this.href,'','top=0,width=550,height=600,scrollbars=no ');return false;" target="_blank" href="/tsny_list.asp?scxx=15">╕ⁿ╢α</a>    </TD> 
  527.               <TD width=2 bgColor=#CCFFCC height=20></TD> 
  528.               <TD align=middle background=shiweb.files/syt24.gif bgColor=#CCFFCC  
  529.           colSpan=2 height=20 width="84"> <TABLE height=20 cellSpacing=0 cellPadding=0 width=80 border=0> 
  530.                   <TBODY> 
  531.                     <TR>  
  532.                       <TD class=a9 align=middle bgcolor="#CCFFCC" width="78"><font color="#0000FF">├√╙┼╠╪▓·</font></TD> 
  533.                     </TR> 
  534.                   </TBODY> 
  535.                 </TABLE></TD> 
  536.               <TD align=right width=289 bgColor=#CCFFCC height=20><SPAN  
  537.             class=a9>...</SPAN><a onClick="window.open(this.href,'','top=0,width=550,height=600,scrollbars=no ');return false;" target="_blank" href="/mytc_list.asp?scxx=15">╕ⁿ╢α</a>    </TD> 
  538.             </TR> 
  539.             <TR>  
  540.               <TD width=4 bgColor=#CCFFCC></TD> 
  541.               <TD align=middle bgColor=#CCFFCC colSpan=2 height=78 width="56"><IMG height=78 src="shiweb.files/tsny.jpg" width=65  
  542.             border=0></TD> 
  543.               <TD vAlign=top align=middle bgColor=#CCFFCC height=90 rowSpan=2 width="221">  
  544.                 <TABLE class=a10 height=85 cellSpacing=0 cellPadding=0 width=203  
  545.             border=0> 
  546.                   <TBODY> 
  547.                     <TR>  
  548.                       <TD width="201"><IFRAME marginWidth=0  marginHeight=0  
  549.             cellspacing="0" cellpadding="0" 
  550.                 src="/tsny_list.asp?scxx=15" frameBorder=0 width=210 
  551.             scrolling=no height=80 ></IFRAME></TD> 
  552.                     </TR> 
  553.                   <TBODY> 
  554.                   <TBODY> 
  555.                   <TBODY> 
  556.                   <TBODY> 
  557.                   </TBODY> 
  558.                 </TABLE></TD> 
  559.               <TD bgColor=#CCFFCC width="2"></TD> 
  560.               <TD align=middle bgColor=#CCFFCC colSpan=2 height=78 width="84"><img border="0" src="img/Ap17176.JPG" width="72" height="87"></TD> 
  561.               <TD vAlign=top align=middle bgColor=#CCFFCC height=90 rowSpan=2 width="289">  
  562.                 <TABLE class=a10 height=85 cellSpacing=0 cellPadding=0 width=229  
  563.             border=0> 
  564.                   <TBODY> 
  565.                     <TR>  
  566.                       <TD width="227"><IFRAME marginWidth=0  marginHeight=0  
  567.             cellspacing="0" cellpadding="0" 
  568.                 src="/mytc_list.asp?scxx=15" frameBorder=0 width=210 
  569.             scrolling=no height=80  ></IFRAME></TD> 
  570.                     </TR> 
  571.                   <TBODY> 
  572.                   <TBODY> 
  573.                   <TBODY> 
  574.                   <TBODY> 
  575.                   </TBODY> 
  576.                 </TABLE></TD> 
  577.             </TR> 
  578.             <TR>  
  579.               <TD width=4 bgColor=#CCFFCC height=12></TD> 
  580.               <TD width=31 bgColor=#CCFFCC height=12></TD> 
  581.               <TD width=23 bgColor=#CCFFCC height=12></TD> 
  582.               <TD bgColor=#CCFFCC height=12 width="2"></TD> 
  583.               <TD width=52 bgColor=#CCFFCC height=12></TD> 
  584.               <TD width=30 bgColor=#CCFFCC height=12></TD> 
  585.             </TR> 
  586.           </TBODY> 
  587.         </TABLE> 
  588.         <TABLE cellSpacing=0 cellPadding=0 width=618 border=0> 
  589.           <TBODY> 
  590.             <TR>  
  591.               <TD background=shiweb.files/syt25.gif bgColor=#CCFFCC  
  592.         height=1 width="616"></TD> 
  593.             </TR> 
  594.           </TBODY> 
  595.         </TABLE> 
  596.          
  597.       </TD> 
  598.       <TD width=28 bgColor=#000000></TD> 
  599.       <TD width=259 align=middle bgcolor=#CCFFCC> <TABLE height=2 cellSpacing=0 cellPadding=0 width=173 border=0> 
  600.           <TBODY> 
  601.             <TR> </TR> 
  602.           </TBODY> 
  603.         </TABLE> 
  604.         <TABLE width=146 height=57 border=0 cellpadding="0" cellspacing="0"> 
  605.           <TBODY> 
  606.             <TR>  
  607.               <TD height="57" width="203"><form name="form1" method="post" action="http://<% =getdata %>/data/user/reslogin.asp" target="_blank"> 
  608.                   <TABLE width="164" border=0 cellPadding=3 cellSpacing=2> 
  609.                     <TBODY> 
  610.                       <TR>  
  611.                         <TD width="96" > </TD> 
  612.                       </TR> 
  613.                       <TR>  
  614.                         <TD width="96" align=right>╙├╗º├√</TD> 
  615.                         <TD width="97" align=left><input name="username" type="text" class="input" id="username" size="12" input>  
  616.                         </TD> 
  617.                       </TR> 
  618.                       <TR>  
  619.                         <TD align=right width="96">├▄íí┬δ</TD> 
  620.                         <TD align=left width="97"><input name="password" type="password" class="input" id="password" size="12"></TD> 
  621.                       </TR> 
  622.                     </TBODY> 
  623.                   </TABLE>  <table width="166" border="0"> 
  624.                     <tr> 
  625.                       <td width="158"><div align="center"> 
  626.                           <input type="submit" name="Submit2" value="╡╟┬╝" class="button"> 
  627.                         </div></td> 
  628.                     </tr> 
  629.                   </table> 
  630.                 </FORM></TD> 
  631.             </TR> 
  632.           </TBODY> 
  633.         </TABLE> 
  634.         <div align="center"></div>
  635.         <TABLE height=22 cellSpacing=0 cellPadding=0 width=163 border=0> 
  636.           <TBODY> 
  637.             <TR>  
  638.               <TD align=middle background=shiweb.files/syt40.gif bgColor=#00FFFF width="176">  
  639.                 <TABLE height=20 cellSpacing=0 cellPadding=0 width=172 border=0> 
  640.                   <TBODY> 
  641.                     <TR>  
  642.                       <TD width=35 bgcolor="#CCFFCC"><font color="#CCFFCC"><IMG height=20 src="shiweb.files/syt38.gif"  
  643.                   width=11></font></TD> 
  644.                       <TD class=a5 vAlign=bottom  
  645.             width=137 bgcolor="#CCFFCC"><strong><font color="#0000FF">╞°╧≤╖■╬±</font></strong></TD> 
  646.                     </TR> 
  647.                   </TBODY> 
  648.                 </TABLE></TD> 
  649.             </TR> 
  650.           </TBODY> 
  651.         </TABLE> 
  652.         <TABLE height=2 cellSpacing=0 cellPadding=0 width=177 border=0> 
  653.           <TBODY> 
  654.             <TR>  
  655.               <TD height="2" width="175"></TD> 
  656.             </TR> 
  657.           </TBODY> 
  658.         </TABLE> 
  659.         <table width="138" border="0" bgcolor="#CCFFCC"> 
  660.           <tr>  
  661.             <td width="199" height="66" bgcolor="#CCFFCC"><TABLE width=166 border=0 align="center" cellPadding=0 cellSpacing=0 bgcolor="#CCFFCC"> 
  662.                 <TBODY> 
  663.                   <TR>  
  664.                     <TD width="164" ><font color="#CCFFCC">[<a href="/qxxn_show.asp?qxxn=12" target="_blank">╚½╩í╠∞╞°╘ñ▒¿</a>]</font></TD> 
  665.                   </TR> 
  666.                 <TBODY> 
  667.                   <TR>  
  668.                     <TD vAlign=top width="164" ><font color="#CCFFCC">[<a onClick="window.open(this.href,'','top=0,width=800,height=590,scrollbars=yes ');return false;" href="/sdly.asp" target="_blank">╩í─┌┬├╙╬╘ñ▒¿</a>]</font></TD> 
  669.                   </TR> 
  670.                 <TBODY> 
  671.                   <TR>  
  672.                     <TD vAlign=top width="164" ><font color="#CCFFCC">[<a href="/load/sd06js.txt" target="_blank">╜╡╦«┴┐▒φ</a>]</font></TD> 
  673.                   </TR> 
  674.                 <TBODY> 
  675.                   <TR>  
  676.                     <TD vAlign=top width="164" ><font color="#CCFFCC">[<a onClick="window.open(this.href,'','top=0,width=810,height=610,scrollbars=yes ');return false;" href="/load/yt.asp" target="_blank">╬└╨╟╘╞═╝</a>]</font></TD> 
  677.                   </TR> 
  678.                 <TBODY> 
  679.                 </TBODY> 
  680.               </TABLE></td> 
  681.           </tr> 
  682.           <tr>  
  683.             <td height="9" bgcolor="#CCFFCC" width="199"><div align="right">  
  684.                 <table width="64" border="0" align="right"> 
  685.                   <tr> 
  686.                     <td width="58"><div align="right"><a href="/city/lc/qxfw.asp" target="_blank"><font color="#0000FF">╕ⁿ╢α..</font></a><font color="#CCFFCC">>></font></div></td> 
  687.                   </tr> 
  688.                 </table> 
  689.                  
  690.             </div></td> 
  691.           </tr> 
  692.         </table>  
  693.         <TABLE height=22 cellSpacing=0 cellPadding=0 width=160 border=0> 
  694.           <TBODY> 
  695.             <TR>  
  696.               <TD align=middle background=shiweb.files/syt40.gif bgColor=#ffba6f width="176">  
  697.                 <TABLE height=20 cellSpacing=0 cellPadding=0 width=171 border=0> 
  698.                   <TBODY> 
  699.                     <TR>  
  700.                       <TD width=25 bgcolor="#CCFFCC"><font color="#CCFFCC"><IMG height=20 src="shiweb.files/syt38.gif"  
  701.                   width=11></font></TD> 
  702.                       <TD class=a5 vAlign=bottom  
  703.             width=146 bgcolor="#CCFFCC"><strong><font color="#0000FF">╩╡╙├╝╝╩⌡</font></strong></TD> 
  704.                     </TR> 
  705.                   </TBODY> 
  706.                 </TABLE></TD> 
  707.             </TR> 
  708.           </TBODY> 
  709.         </TABLE> 
  710.         <table width="148" border="0"> 
  711.           <tr> 
  712.             <td width="183" height="84" valign="top" bgcolor="#CCFFCC"><table width="169" border="0" align="center" bgcolor="#CCFFCC"> 
  713.                 <tr>  
  714.                   <td width="161" bgcolor="#CCFFCC"><font color="#CCFFCC">
  715.                     <IFRAME marginWidth=0  marginHeight=0  
  716.             cellspacing="0" cellpadding="0" 
  717.                 src="/kjjx_list_lc.asp" frameBorder=0 width=150 
  718.             scrolling=no height=60 ></IFRAME></td> 
  719.                 </tr> 
  720.                 <tr>  
  721.                   <td bgcolor="#CCFFCC" width="161"><div align="right"><font color="#CCFFCC"><a onClick="window.open(this.href,'','top=0,width=550,height=500,scrollbars=no ');return false;" target="_blank" href="/kjjx_list.asp?scxx=15">╕ⁿ╢α..</a>>></font></div></td> 
  722.                 </tr> 
  723.               </table></td> 
  724.           </tr> 
  725.         </table> 
  726.          
  727.       </TD> 
  728.     </TR> 
  729.   </TBODY> 
  730. </TABLE> 
  731. <TABLE height=182 cellSpacing=0 cellPadding=0 width=800 align=center border=1 bordercolor="#CCFFFF">
  732.   <TBODY> 
  733.     <TR>  
  734.       <TD align=middle width=614 background=shiweb.files/syt16.gif bgColor=#fed7ac  
  735.     height=22> <TABLE height=20 cellSpacing=0 cellPadding=0 width=612 border=0> 
  736.           <TBODY> 
  737.             <TR>  
  738.               <TD width=26 height=20 bgcolor="#CCFFCC"><font color="#CCFFCC"><IMG height=20 src="shiweb.files/syt31.gif"  
  739.             width=12></font></TD> 
  740.               <TD class=a5 vAlign=bottom height=20 bgcolor="#CCFFCC" width="582"><font color="#CCFFCC"><A  
  741.             href="http://www.jschina.com.cn/#"></A></font><font color="#0000FF">╒╛─┌╡╝║╜</font></TD> 
  742.             </TR> 
  743.           </TBODY> 
  744.         </TABLE></TD> 
  745.       <TD width=3 bgColor=#000000 height=22></TD> 
  746.       <TD align=middle width=231 background=shiweb.files/syt19.gif bgColor=#e24000  
  747.     height=22> <TABLE height=20 cellSpacing=0 cellPadding=0 width=179 border=0> 
  748.           <TBODY> 
  749.             <TR>  
  750.               <TD width=16 bgcolor="#CCFFCC"><font color="#CCFFCC"><IMG height=22 src="shiweb.files/syt37.gif" width=11></font></TD> 
  751.               <TD class=a5 vAlign=bottom width=163 bgcolor="#CCFFCC"><strong><font color="#0000FF">╨╦┼⌐─▄╩╓</font></strong></TD> 
  752.             </TR> 
  753.           </TBODY> 
  754.         </TABLE></TD> 
  755.     </TR> 
  756.     <TR>  
  757.       <TD align=middle width=614 bgColor=#d9d9d9 height=154 bordercolor="#CCFFFF"> <TABLE class=a11 height=226 cellSpacing=0 cellPadding=0 width=617  
  758. border=0>
  759.           <TBODY> 
  760.             <TR>  
  761.               <TD width=7 bgcolor="#CCFFCC"><font color="#CCFFCC"><IMG height=18 src="shiweb.files/syt46.gif" width=5></font></TD> 
  762.               <TD width=74 bgcolor="#CCFFCC"><font color="#CCFFCC">[<a href="bsgk.asp">▒╛╩╨╕┼┐÷</a>]</font></TD> 
  763.               <TD colspan="4" bgcolor="#CCFFCC" width="501">╜Θ╔▄╡▒╡╪╡─╨╨╒■╟°╗«íó╡╪└φ╕┼├▓íó╫╘╚╗╫╩╘┤íó╛¡╝├╕┼┐÷íú</TD> 
  764.             </TR> 
  765.             <TR>  
  766.               <TD width=7 height="18" bgcolor="#CCFFCC"><font color="#CCFFCC"><IMG height=18 src="shiweb.files/syt46.gif" width=5></font></TD> 
  767.               <TD width=74 bgcolor="#CCFFCC"><font color="#CCFFCC">[<a href="jghq.asp">╝█╕±╨╨╟Θ</a>]</font></TD> 
  768.               <TD colspan="4" bgcolor="#CCFFCC" width="501">╜Θ╔▄╡▒╡╪┼⌐├│╩╨│í╡─┼⌐╕▒▓·╞╖╩╡╩▒╫╝╚╖╡─╩╨│í╝█╕±íó╕≈└α┼⌐╫╩╥⌐▓─╡╚╩╨│í╨╨╟Θíú</TD> 
  769.             </TR> 
  770.             <TR>  
  771.               <TD width=7 bgcolor="#CCFFCC"><IMG height=18 src="shiweb.files/syt46.gif" width=5></TD> 
  772.               <TD width=74 bgcolor="#CCFFCC">[<a href="qxxx.asp">╞°╧≤╨┼╧ó</a>]</TD> 
  773.               <TD colspan="4" bgcolor="#CCFFCC" width="501">╠ß╣⌐╖ß╕╗╡─╠∞╞°╘ñ▒¿íó┼⌐╥╡╞°╧≤╨┼╧óíú</TD> 
  774.             </TR> 
  775.             <TR>  
  776.               <TD width=7 bgcolor="#CCFFCC"><IMG height=18 src="shiweb.files/syt46.gif" width=5></TD> 
  777.               <TD width=74 bgcolor="#CCFFCC">[<a href="mytc.asp">├√╙┼╠╪▓·</a>]</TD> 
  778.               <TD width=225 bgcolor="#CCFFCC">╜Θ╔▄▒╛╡╪╡─┼⌐╠╪▓·╞╖íó╙┼┴╝╞╖╓╓íú</TD> 
  779.               <TD width=6 bgcolor="#CCFFCC">íí</TD> 
  780.               <TD width=65 bgcolor="#CCFFCC">íí</TD> 
  781.               <TD width=223 bgcolor="#CCFFCC">íí</TD> 
  782.             </TR> 
  783.             <TR>  
  784.               <TD width=7 bgcolor="#CCFFCC"><IMG height=18 src="shiweb.files/syt46.gif" width=5></TD> 
  785.               <TD width=74 bgcolor="#CCFFCC">[<a href="zsxx.asp?mark=1">╒╨╔╠╨┼╧ó</a>]</TD> 
  786.               <TD colspan="4" bgcolor="#CCFFCC" width="501">╜Θ╔▄▒╛╡╪╫╩╘┤ú¼╖ó▓╝╒╨╔╠╨┼╧óíó╒╨╔╠╒■▓▀íú</TD> 
  787.             </TR> 
  788.             <TR>  
  789.               <TD width=7 bgcolor="#CCFFCC"><IMG height=18 src="shiweb.files/syt46.gif" width=5></TD> 
  790.               <TD width=74 bgcolor="#CCFFCC">[<a href="qyzc.asp">╞≤╥╡╓«┤░</a>]</TD> 
  791.               <TD colspan="4" bgcolor="#CCFFCC" width="501">╜Θ╔▄╡▒╡╪╡─╓¬├√╞≤╥╡íó┤≤╨═┼·╖ó╜╗╥╫╩╨│ííó┼⌐├│╩╨│í╡╚íú</TD> 
  792.             </TR> 
  793.             <TR>  
  794.               <TD width=7 bgcolor="#CCFFCC"><IMG height=18 src="shiweb.files/syt46.gif" width=5></TD> 
  795.               <TD width=74 bgcolor="#CCFFCC">[<a href="fjms.asp?mark=1">╖τ╛░├√╩ñ</a>]</TD> 
  796.               <TD colspan="4" bgcolor="#CCFFCC" width="501">╜Θ╔▄▒╛╡╪╡─├√╩ñ╣┼╝úíó╖τ╛░╟°ú¼╠╪╔½┬├╙╬╡╚íú</TD> 
  797.             </TR> 
  798.             <TR>  
  799.               <TD width=7 height="20" bgcolor="#CCFFCC"><IMG height=18 src="shiweb.files/syt46.gif" width=5></TD> 
  800.               <TD width=74 bgcolor="#CCFFCC"><font color="#000000">[</font><font color="#0000FF">╞°╧≤╖■╬±</font><font color="#000000">]</font></TD> 
  801.               <TD colspan="4" bgcolor="#CCFFCC" width="501">╒δ╢╘╕≈╨╨╕≈╥╡╡─╩╡╝╩╨Φ╥¬ú¼╬¬╞≤╥╡╔╠╝╥íó╓╓╤°╓▓┤≤╗º╡╚╙├╗º╠ß╣⌐╕≈╓╓╫¿╥╡╞°╧≤╖■╬±íú</TD> 
  802.             </TR> 
  803.             <TR>  
  804.               <TD height=19 bgcolor="#CCFFCC" width="7"><IMG height=18 src="shiweb.files/syt46.gif" width=5></TD> 
  805.               <TD height=19 bgcolor="#CCFFCC" width="74">[<a href="dffg.asp">╡╪╖╜╖¿╣µ</a>] </TD> 
  806.               <TD height=19 colspan="4" bgcolor="#CCFFCC" width="501">╜Θ╔▄▒╛╡╪╡─╔µ┼⌐╝░╞Σ╦ⁿ╨╨╥╡╡─╙╨╣╪╖¿┬╔íó╒■▓▀íó╣µ╢¿íú</TD> 
  807.             </TR> 
  808.             <TR>  
  809.               <TD bgcolor="#CCFFCC" width="7"><IMG height=18 src="shiweb.files/syt46.gif" width=5></TD> 
  810.               <TD bgcolor="#CCFFCC" width="74">[<a href="nykj.asp">┼⌐╥╡┐╞╝╝</a>]</TD> 
  811.               <TD colspan="4" bgcolor="#CCFFCC" width="501">╜Θ╔▄┼⌐╥╡┐╞╝╝╨┼╧óíó═╞╣π┼⌐╥╡╩╡╙├╝╝╩⌡íó╠ß╣⌐┼⌐─┴╙µ╘╘┼α╤°╓│╡╚╝╝╩⌡╫╔╤»íú</TD> 
  812.             </TR> 
  813.           </TBODY> 
  814.         </TABLE></TD> 
  815.       <TD width=3 bgColor=#000000 height=154 bordercolor="#CCFFFF"></TD> 
  816.       <TD vAlign=top align=middle width=231 bgColor=#CCFFCC height=154 bordercolor="#CCFFFF"> 
  817.         <TABLE height=6 cellSpacing=0 cellPadding=0 width=179 border=0> 
  818.           <TBODY> 
  819.             <TR>  
  820.               <TD bgcolor="#CCFFCC" width="177"></TD> 
  821.             </TR> 
  822.           </TBODY> 
  823.         </TABLE> 
  824.         <table width="179" border="0" align="center">
  825.           <tr>  
  826.             <td width="171" bgcolor="#CCFFCC"><div align="center">
  827.                 <IFRAME marginWidth=0  marginHeight=0  
  828.             cellspacing="0" cellpadding="0" 
  829.                 src="/xnns_list_lc.asp" frameBorder=0 width=148 
  830.             scrolling=no height=200 ></IFRAME>
  831.               </div></td> 
  832.           </tr> 
  833.           <tr>  
  834.             <td bgcolor="#CCFFCC" width="171"><div align="right"><font color="#0000FF"><a onClick="window.open(this.href,'','top=0,width=550,height=500,scrollbars=no ');return false;" target="_blank" href="xnns_list.asp?scxx=15">╕ⁿ╢α..</a>>></font></div></td> 
  835.           </tr> 
  836.         </table> 
  837.       </TD> 
  838.     </TR> 
  839.     <TR>  
  840.       <TD width=614 bgColor=#CCFFCC height=6></TD> 
  841.       <TD width=3 bgColor=#CCFFCC height=6></TD> 
  842.       <TD width=231 bgColor=#CCFFCC height=6></TD> 
  843.     </TR> 
  844.   </TBODY> 
  845. </TABLE> 
  846. <table cellspacing=0 cellpadding=0 width=800 align=center border=0>
  847.   <tbody> 
  848.     <tr>  
  849.       <td align=middle width=638 bgcolor=#CCFFCC>  
  850.         <table height=20 cellspacing=0 cellpadding=0 width=581 border=0> 
  851.           <tbody> 
  852.             <tr>  
  853.               <td width=26 height=20 bgcolor="#CCFFCC"><img height=20 src="shiweb.files/syt30.gif"  
  854.                   width=12></td> 
  855.               <td height=20 valign=bottom bgcolor="#CCFFCC" class=a5 width="551"><font color="#0000FF">┼⌐═°╒╣╠¿</font></td> 
  856.             </tr> 
  857.           </tbody> 
  858.         </table></td> 
  859.       <td width=23 bgcolor=#CCFFCC></td> 
  860.       <td align=middle width=267 bgcolor=#CCFFCC>  
  861.         <table height=20 cellspacing=0 cellpadding=0 width=174 border=0> 
  862.           <tbody> 
  863.             <tr>  
  864.               <td width=38><img height=20 src="shiweb.files/syt30.gif" width=12></td> 
  865.               <td class=a5 valign=bottom width=136><strong><font color="#0000FF">╙╤╟Θ┴┤╜╙</font></strong></td> 
  866.             </tr> 
  867.           </tbody> 
  868.         </table></td> 
  869.     </tr> 
  870.     <tr>  
  871.       <td width=638 bgcolor="#CCFFCC"> 
  872.      
  873.         <table width="601" height="111" border="0"> 
  874.           <tr> 
  875.             <td width="595" height="109" bgcolor="#CCFFCC"> 
  876.               <TABLE height=9 cellSpacing=0 cellPadding=0 width=587 border=0> 
  877.                 <TBODY> 
  878.                   <TR>  
  879.                     <TD width="587" height="9" bgcolor="#CCFFCC" bordercolor="#009900"><img border="0" src="img/▓╦1.jpg" width="110" height="80"><img border="0" src="img/▓╦4.jpg" width="112" height="79"><img border="0" src="img/▓╦7.jpg" width="119" height="79"><img border="0" src="img/▓╦5.jpg" width="124" height="79"><img border="0" src="img/▓╦8.jpg" width="119" height="79"></TD> 
  880.                   </TR> 
  881.                 </TBODY> 
  882.               </TABLE> 
  883.               </IFRAME> 
  884.             </td> 
  885.           </tr> 
  886.         </table> 
  887.        </td> 
  888.       <td width=23 bgcolor=#CCFFCC></td> 
  889.       <td valign=top align=middle width=267 bgcolor=#CCFFCC>  
  890.         <table cellspacing=0 cellpadding=0 width=186 border=0 height="113"> 
  891.           <tbody> 
  892.             <tr>  
  893.               <td align=middle bgcolor="#CCFFCC" width="199" height="113">  
  894.                 <table cellspacing=3 cellpadding=3 width=195 border=0> 
  895.                   <tbody> 
  896.                     <tr>  
  897.                       <td width="179" height="18"><div align="center">  
  898.                         <font color="#CCFFCC">  
  899.                         <select name="select1" onChange="javascript:window.open(this.options[this.selectedIndex].value)" style="font-size: 10pt; color: #800000"> 
  900.                             <option selected>╧╪╝╢╨╦┼⌐═°</option> 
  901.                             <option value="gaotang">╕▀ ╠╞</option> 
  902.                             <option value="chiping">▄▌ ╞╜</option> 
  903.                             <option value="donge">╢½ ░ó</option> 
  904.                             <option value="yg">╤⌠ ╣╚</option> 
  905.                             <option value="shenxian">▌╖ ╧╪</option> 
  906.                             <option value="gx">╣┌ ╧╪</option> 
  907.                             <option value="linqing">┴┘ ╟σ</option> 
  908.                           </select> 
  909.                         </font> 
  910.                         </div></td> 
  911.                     </tr> 
  912.                     <tr>  
  913.                       <td align=right width="179"><div align="center">  
  914.                           <font color="#CCFFCC">  
  915.                           <select name="select3" onChange="javascript:window.open(this.options[this.selectedIndex].value)" style="font-size: 10pt; color: #800000"> 
  916.                             <option selected>╨┬╬┼═°╒╛</option> 
  917.                             <option value=http://www.peopledaily.com.cn>╚╦├±═°</option> 
  918.                             <option value=http://www.xinhua.org>╨┬╗¬═°</option> 
  919.                             <option  
  920.                     value=http://www.cctv.com>╤δ╩╙╣·╝╩</option> 
  921.                             <option  
  922.                     value=http://www.china.org>╓╨╣·═°</option> 
  923.                             <option  
  924.                     value=http://www.sina.com.cn>╨┬└╦═°</option> 
  925.                             <option  
  926.                     value=http://www.sohu.com.cn>╦╤║ⁿ</option> 
  927.                             <option  
  928.                     value=http://www.163.com>═°╥╫</option> 
  929.                             <option  
  930.                     value=http://www.china.com>╓╨╗¬═°</option> 
  931.                             <option  
  932.                     value=http://www.beijingnews.com.cn>╟º┴·═°</option> 
  933.                             <option  
  934.                     value=http://www.eastday.com.cn>╢½╖╜═°</option> 
  935.                             <option  
  936.                     value=http://www.dayoo.com.cn>┤≤╤≤═°</option> 
  937.                             <option  
  938.                     value=http://www.rednet.com.cn>║∞═°</option> 
  939.                             <option  
  940.                     value=http://www.anhuinews.com.cn>╓╨░▓═°</option> 
  941.                             <option  
  942.                     value=http://www.southcn.com>─╧╖╜═°</option> 
  943.                             <option  
  944.                     value=http://www.99sky.com>╛ú│■╨┬╬┼═°</option> 
  945.                             <option  
  946.                     value=http://www.enorth.com.cn>▒▒╖╜═°</option> 
  947.                             <option  
  948.                     value=http://www.nen.com.cn>╢½▒▒╨┬╬┼═°</option> 
  949.                             <option  
  950.                     value=http://www.dzdaily.com.cn>┤≤╓┌═°</option> 
  951.                           </select> 
  952.                           </font> 
  953.                         </div></td> 
  954.                     </tr> 
  955.                     <tr>  
  956.                       <td align=right width="179"><div align="center">  
  957.                           <font color="#CCFFCC">  
  958.                           <select name="select2" id="select7" style="font-size: 10pt; color: #800000" onChange="javascript:window.open(this.options[this.selectedIndex].value)"> 
  959.                             <option  selected>╞°╧≤═°╒╛</option>
  960.                             <option value="http://www.cma.gov.cn/" >╓╨╣·╞°╧≤╛╓</option>
  961.                             <option value="http://www.sdqx.gov.cn/">╔╜╢½╞°╧≤═°</option>
  962.                             <option value="http://www.wmo.ch/">╩└╜τ╞°╧≤╫Θ╓»</option>
  963.                             <option value="http://www.fmi.fi/">╖╥└╝╞°╧≤╨¡╗ß</option>
  964.                             <option value="http://www.vaisala.com/">Vaisala</option>
  965.                             <option value="http://www.zamg.ac.at/">░┬╡╪└√╞°╧≤</option>
  966.                             <option value="http://www.meto.govt.uk/">╙ó╣·╞°╧≤</option>
  967.                             <option value="http://www.thaimet.tmd.go.th/">╠⌐╣·╞°╧≤</option>
  968.                             <option value="http://www.dmi.dk/index.html">╡ñ┬≤╞°╧≤╤º╗ß</option>
  969.                             <option value="http://www.t7online.com/">╠∞╞°╘┌╧▀</option>
  970.                             <option value="http://www.ahqx.gov.cn/">░▓╗╒╞°╧≤╛╓</option>
  971.                             <option value="http://www.grmc.gov.cn/">╣π╢½╞°╧≤╛╓</option>
  972.                             <option value="http://www.thaimet.tmd.go.th/">║╙▒▒╞°╧≤╛╓</option>
  973.                             <option value="http://www.telms.com.cn/">╠∞╜≥╫¿╥╡╞°╧≤</option>
  974.                             <option value="http://www.qh.cninfo.net/weather/index.html">╟α║ú╞°╧≤╛╓</option>
  975.                             <option value="http://www.smb.ty.sx.cn/">╔╜╬≈╞°╧≤═°</option>
  976.                             <option value="http://www.sxmb.gov.cn/">╔┬╬≈╞°╧≤═°</option>
  977.                             <option value="http://www.qx121.com.cn">─■╧─╞°╧≤═° </option>
  978.                             <option value="http://www.weather.he.cninfo.net/">║╙▒▒╞°╧≤═°</option>
  979.                             <option value="http://www.hnzyqx.ha.cn/">║╙─╧╞°╧≤╖■╬±</option>
  980.                             <option value="http://qx121.363.net/index.htm">╦─┤¿╞°╧≤╨┼╧ó 
  981.                             </option>
  982.                             <option value="http://www.meteo.online.sh.cn/">╔╧║ú╞°╧≤╚╚╧▀</option>
  983.                             <option value="http://www.121.com.cn/">╔ε█┌╞°╧≤╠¿</option>
  984.                             <option value="http://www.info.gov.hk/hko/">╧π╕█╠∞╬─╠¿</option>
  985.                             <option value="http://www.underground.org.hk/chinese/">╧π╕█╡╪╧┬╠∞╬─╠¿ 
  986.                             </option>
  987.                             <option value="http://hkmrc.uhome.net/">╧π╕█╞°╤╨╦∙ </option>
  988.                             <option value="http://www.smg.gov.mo/">░─├┼╞°╧≤╠¿</option>
  989.                             <option value="http://www.cwb.gov.tw/">╠¿═σ╞°╧≤╛╓</option>
  990.                             <option value="http://msl.csrsr.ncu.edu.tw/">╓╨┤≤╞°╬└╩╡╤Θ</option>
  991.                             <option value="http://www.ccmif.com/">│ñ┤║╞°╥╟│º </option>
  992.                             <option value="http://www.nhweather.gd.cn/">─╧║ú╞°╧≤</option>
  993.                             <option value="http://159.226.205.80/">╓╨┼⌐╘║┼⌐╞°╦∙</option>
  994.                             <option value="http://www.wni.com.cn/">║ú╤≤╞°╧≤╡╝║╜</option>
  995.                             <option value="http://www.lyqx.lyptt.ha.cn/">╠∞╬─╞°╧≤═°</option>
  996.                             <option value="http://serve.cei.gov.cn/sl/sl03/l03index.htm">╞°╧≤╙δ╬╥├╟</option>
  997.                             <option value="http://weather.xj.cninfo.net/">╬ú╚╦╫╔╤»</option>
  998.                             <option value="http://www.xj121.com/index.asp">╬┌┬│─╛╞δ╞°╧≤</option>
  999.                             <option value="http://www.tongzhou.js.cn/zfzc/qixiang/index.htm">═¿╓▌╩╨╞°╧≤╛╓</option>
  1000.                             <option value="http://www.weather.ln.cn/">┴╔─■╞°╧≤╠¿</option>
  1001.                             <option value="http://www.weather.hl.cn/">║┌┴·╜¡╞°╧≤╠¿</option>
  1002.                             <option value="http://121net.com.cn/">╣≤╓▌╫¿╥╡╞°╧≤</option>
  1003.                             <option value="http://www.qdtvweather.com.cn/">╟α╡║╞°╧≤╙░╩╙</option>
  1004.                             <option value="http://weathertv.fj.cninfo.net/">╕ú╜¿╞°╧≤╙░╩╙</option>
  1005.                             <option value="http://www.scanweather.com/">╜¡╦╒╞°╧≤╘┌╧▀</option>
  1006.                             <option value="http://202.99.6.56/weather/index.html">╠∞═°╞°╧≤▒¿╕µ</option>
  1007.                             <option value="http://www.qx121.com/">─■▓¿╞°╧≤</option>
  1008.                           </select>
  1009.                           </font>
  1010.                         </div></td>
  1011.                     </tr>
  1012.                   </tbody>
  1013.                 </table></tr>
  1014.           </tbody>
  1015.         </table></td>
  1016.     </tr>
  1017.   </tbody>
  1018. </table>
  1019. <table width="799" border="0" align="center" cellpadding="0" cellspacing="0">
  1020.   <tr>
  1021.     <td bgcolor="#CCFFCC" width="797"><table height=5 cellspacing=0 cellpadding=0 width=165 border=0>
  1022.         <tbody>
  1023.           <tr> 
  1024.             <td bgcolor="#CCFFCC"></td>
  1025.           </tr>
  1026.         </tbody>
  1027.       </table></td>
  1028.   </tr>
  1029. </table>
  1030. <hr width="800">
  1031. <!--#include virtual="/shiwebfoot.jsp"--><TABLE width=799 height=40 border=0 align=center cellPadding=0 cellSpacing=0 class="a6">
  1032.   <TBODY>
  1033.     <TR> 
  1034.       <TD 
  1035.     height=20 align=middle class=a4 width="797"><div align="center">╜¿╥Θ╩╣╙├ú║1024*768╖╓▒µ┬╩íó16Bit╤╒╔½íóNetscape6.0╗≥IE4.0╥╘╔╧░µ▒╛Σ»└└╞≈║═╓╨╬─┤≤╫╓╖√╝»</div></TD></TR>
  1036.     <TR>
  1037.       <TD 
  1038.     height=20 align=middle class=a4 width="797"><div align="center">╔╜╢½╨╦┼⌐═°░µ╚¿╦∙╙╨íí╬┤╛¡╨φ┐╔╤╧╜√╕┤╓╞</div></TD></TR>
  1039.   </TBODY>
  1040. </TABLE>
  1041. <p> 
  1042. <TD background=img/loginbox_bk.gif> </p> 
  1043. </body>
  1044. </html>
  1045.  
  1046.  
  1047.  
  1048.  
  1049.